From cfe020ea3d51cb70a3af0b2a7c6704c3a82b8ffe Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 16 Jun 2008 13:04:16 +0000 Subject: [PATCH] ensure that the "w3m must be available" message is properly displayed: * Makefile.am: ensure that the "w3m must be available" message is properly displayed: dist-hook is only called after builddir is filled. svn path=/trunk/; revision=340 --- ChangeLog | 5 +++++ Makefile.am | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38e744c..dd06d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-16 Sam Hocevar + + * Makefile.am: ensure that the "w3m must be available" message is + properly displayed: dist-hook is only called after builddir is filled. + 2008-06-13 Øyvind Kolås * extensions/frequency.c: added dummy model "frequency" and dummy diff --git a/Makefile.am b/Makefile.am index 4e16bcb..d8c9f5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,12 +31,10 @@ DISTCLEANFILES = \ if HAVE_W3M -dist-check-w3m: - README: all docs/index.html $(W3M) -cols 72 -dump docs/index.html > $@ else -dist-check-w3m: +README: @echo "*** w3m must be available in order to make dist" @false endif @@ -51,4 +49,3 @@ distclean-local: rm -f $(BUILT_EXTRA_DIST); \ fi -dist-hook: dist-check-w3m -- 2.30.2